home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / COMPNENT / CCS32 / CSWHERE.DFM / CSWHERE.txt
Text File  |  1996-06-24  |  3KB  |  80 lines

  1. object csWhereDlg: TcsWhereDlg
  2.   Left = 200
  3.   Top = 100
  4.   ActiveControl = BitBtn1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Attention'
  8.   ClientHeight = 319
  9.   ClientWidth = 427
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Memo1: TMemo
  17.     Left = 32
  18.     Top = 8
  19.     Width = 365
  20.     Height = 265
  21.     Alignment = taCenter
  22.     Font.Color = clBlack
  23.     Font.Height = -13
  24.     Font.Name = 'Times New Roman'
  25.     Font.Style = []
  26.     Lines.Strings = (
  27.       'This program contains an evaluation version of a component '
  28.       'from Classic Software.  The program can only be run while '
  29.       'Delphi is also running.'
  30.       ''
  31.       
  32.         'If you want to distribute your program to end users you will nee' +
  33.         'd'
  34.       'to obtain the distributable version of the component from '
  35.       'Classic Software.  '
  36.       ''
  37.       'You can contact Classic Software via:'
  38.       ''
  39.       'CompuServe ID: 100033,1230'
  40.       'Internet: 100033.1230@compuserve.com'
  41.       'Phone/Fax: +61 9 271 5407'
  42.       ''
  43.       'Unit 2/19A Wood Street  '
  44.       'INGLEWOOD WA 6052 '
  45.       'AUSTRALIA')
  46.     ParentFont = False
  47.     ReadOnly = True
  48.     TabOrder = 0
  49.   end
  50.   object BitBtn1: TBitBtn
  51.     Left = 32
  52.     Top = 280
  53.     Width = 89
  54.     Height = 33
  55.     Cancel = True
  56.     Caption = '&Close'
  57.     Default = True
  58.     ModalResult = 2
  59.     TabOrder = 1
  60.     Glyph.Data = {
  61.       DE010000424DDE01000000000000760000002800000024000000120000000100
  62.       0400000000006801000000000000000000000000000000000000000000000000
  63.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  64.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00377777777788
  65.       F8F878F7777777777333333F00004444400777FFF444447777777777F333FF7F
  66.       000033334D5008FFF4333377777777773337777F0000333345D50FFFF4333333
  67.       337F777F3337F33F000033334D5D0FFFF43333333377877F3337F33F00003333
  68.       45D50FEFE4333333337F787F3337F33F000033334D5D0FFFF43333333377877F
  69.       3337F33F0000333345D50FEFE4333333337F787F3337F33F000033334D5D0FFF
  70.       F43333333377877F3337F33F0000333345D50FEFE4333333337F787F3337F33F
  71.       000033334D5D0EFEF43333333377877F3337F33F0000333345D50FEFE4333333
  72.       337F787F3337F33F000033334D5D0EFEF43333333377877F3337F33F00003333
  73.       4444444444333333337F7F7FFFF7F33F00003333333333333333333333777777
  74.       7777333F00003333330000003333333333333FFFFFF3333F00003333330AAAA0
  75.       333333333333777777F3333F00003333330000003333333333337FFFF7F3333F
  76.       0000}
  77.     NumGlyphs = 2
  78.   end
  79. end
  80.